dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlVector<T> Class / Vector Property

In This Topic
    Vector Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Vector As IEnumerable(Of T)
    public IEnumerable<T> Vector {get;}
    See Also